Project Themes

Project themes allow you to change the look and feel of a project. Several themes are included with WorkplaceManagement, and additional themes can be created.

How to Apply a Project Theme

1. Open a WorkplaceManagement project.

2. Open the Sidebar Menu.

3. Select Project Settings from the list of tools.

4. Select the Project Theme dropdown to select a theme.

5. Select Save to confirm your changes. You may need to reload your page to see the new theme applied.

How to Make a New Project Theme

Making new themes is easy, but requires knowledge of HTML and CSS. In local installations, project themes are found at C:\Program Files\WorkplaceManagement 2\_engine\Themes.

1. Create a new CSS file in the C:\Program Files\WorkplaceManagement 2\_engine\Themes directory

2. Add CSS to apply new styles to elements of the project.

e.g.

.ToolbarTransparency {
background-color: #0c0848;
}
.namepanel {
background-color: #444444;
border:none;
color:white;
}

© Copyright 2024 WorkplaceManagement - All Rights Reserved

Create your own website - Learn more